home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TLOCATIONBROWSER / TLOCATIONBROWSER.txt
Text File  |  1999-03-13  |  2KB  |  63 lines

  1. object LocationBrowser: TLocationBrowser
  2.   Left = 279
  3.   Top = 255
  4.   Width = 512
  5.   Height = 390
  6.   Caption = 'Location Browser (World Map)'
  7.   Color = 10485760
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnClick = FormClick
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnMouseMove = FormMouseMove
  17.   OnPaint = FormPaint
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 125
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 339
  25.     Width = 504
  26.     Height = 19
  27.     Align = alBottom
  28.     Caption = 'Readouts are approximate  -  Expand for greater accuracy'
  29.     Font.Color = clBlack
  30.     Font.Height = -12
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object HidePanelButton: TButton
  36.       Left = 472
  37.       Top = 2
  38.       Width = 24
  39.       Height = 16
  40.       Caption = 'X'
  41.       Font.Color = clBlack
  42.       Font.Height = -12
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       TabOrder = 0
  47.       OnClick = HidePanelButtonClick
  48.     end
  49.   end
  50.   object IniOut1: TIniOut
  51.     FileName = 'STELLA.INI'
  52.     Items.Strings = (
  53.       'LocationBrowser;Visible;;Appearance;LocationBrowserVisible;1;0'
  54.       'LocationBrowser;Width;;Dimensions;LocationBrowserWidth;1;0'
  55.       'LocationBrowser;Left;;Position;LocationBrowserLeft;1;0'
  56.       'LocationBrowser;Top;;Position;LocationBrowserTop;1;0'
  57.       '<Unknown>;;;;;0;0')
  58.     RegistryRoot = CURRENT_USER
  59.     Left = 470
  60.     Top = 7
  61.   end
  62. end
  63.